--- /dev/null
+<para>
+This format supports reading and writing wayponts to
+<ulink url="http://www.bushnell.com/products/gps/">Bushnell GPS</ulink>
+receivers, notably the <productname>Onix 400</productname>.
+</para>
+<para>
+It's an oddity for many GPSBabel norms that this format requires each
+waypoint be in a separate file. Our "output filename" argument, -F is
+modified to take an "output filename template". The output filename
+you specify will have a dash, and a sequentially increasing integer,
+and the ".wpt" extension appended to it.
+</para>
+<example id="bushnell-output">
+<title>Command showing writing to Bushnell files</title>
+<para>
+Consider the case where 'whatever.gpx' holds three waypoints.
+<userinput>
+ gpsbabel -i gpx -f whatever.gpx -o bushnell -F /Volumes/Bushnell/whatever
+</userinput>
+will result in "whatever-0.wpt", "whatever-1.wpt", and "whatever-2.wpt" being
+credated in that directory.
+</para>
+</example>
--- /dev/null
+<para>
+This format supports reading tracks from
+<ulink url="http://www.bushnell.com/products/gps/">Bushnell GPS</ulink>
+receivers, notably the <productname>Onix 400</productname>.
+</para>
+<para>
+This format reads individual .trl files as written by the GPS. As this is
+a reverse-engineered format, it's not understood how long tracks, in
+particular, spam multiple files so initially this format is most effective
+on tracks under a few thousand points.
+</para>
--- /dev/null
+<para>\r
+ This <ulink url="http://www.mglavionics.co.za/">MGL Avionics</ulink> format holds waypoints or routes. This routes can be loaded by the MGL Stratomaster Enigma EFIS series (Enigma, Odyssey, Voyager, Explorer). \r
+</para>\r
+<para>\r
+ The format is designed for microcontrollers. The use is free for any none military application. You can find a detailed description in the <ulink url="http://www.mglavionics.co.za/Docs/Enigma%20Waypoint%20format.pdf">MGL Documentation</ulink>.\r
+</para>\r
<para>
<table>
<title>Track point structure (16 bytes)</title>
- <tgroup cols="2">
+ <tgroup cols="3">
<thead>
<row>
<entry>Position</entry>
<para>
- This read-only format reads the XML marker files from <ulink url="http://jogmap.de"> as tracks. Each "markers" entry is a new track with each "marker" entry being a trackpoint.
+ This read-only format reads the XML marker files from <ulink url="http://jogmap.de"> Jogmap</ulink> as tracks. Each "markers" entry is a new track with each "marker" entry being a trackpoint.
</para>
--- /dev/null
+<para>
+ When set to true, this places the "HINT:" entry from a geocacching.com
+ pocket query at the end of the screen (scroll up for quick access) like
+ Cache Register and Topo7 do instead of at the top as Topo8 does.
+</para>
--- /dev/null
+<para>
+ This flag defaults to true; it must be turned off (course=0) if you want history instead of courses.
+</para>
--- /dev/null
+<para>
+ Specify which sport is associated with this activity. Valid values are Biking, Running, MultiSport, and Other.
+</para>
--- /dev/null
+<para>
+ Providing a filename to this option will append the input to a backup file.
+</para>
--- /dev/null
+<para>
+ When used in conjunction with the "backup" option to this format, it
+ will process only waypoints that don't already exist in the backup file.
+</para>
<para>
gpsbabel -i gpx -f whaetever.gpx -o mmo,ver=17 -F whatever.mmo
</para>
+</example>